Welcome![Sign In][Sign Up]
Location:
Search - unix c ftp

Search list

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C + + is difficult to control and the interactive shell, and not informed of the error code error, Using C + + tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4704 | Author: sl | Hits:

[Linux-Unixdftp

Description: 用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!-used to write the ftp client source code, in UNIX, Windows compile and study the good code!
Platform: | Size: 41994 | Author: 王石 | Hits:

[Otherwenmingphp5mysql5

Description: php开发的行业搜索系统!!! 2. 安装 ------------ a. 解压程序rar文件,用二进制方式上传到你的网站的根目录或某一目录下 注意:一定要将ftp上传工具设置为二进制方式,再上传程序文件 b. unix或linux服务器下, 将以下文件属性改为:666 (或777) - function/base_info.php - function/emphasis_info.php - function/admin_pass_info.php - function/search_info.php - function/userfield_info.php - template/default/目录下的所有html文件 c. unix或linux服务器下, 将upfile/目录属性改为:777 d. 建立一个mysql数据库,并记下用户名和密码,以便安装时使用 e. 进入安装目录http://www.your_website.com/install/, 自动运行安装程序 f. 安装完成后,要求删除安装目录install/及其下文件 g. 后台管理目录http://www.your_website.com/adiministrator/ h. 可修改adiministrator/目录为你希望的独特的名字-php development of the industry Search System! ! ! 2. Installation --- --- a. decompression procedures rar documents, using binary mode to upload your site to the root directory or a directory attention : it must ftp upload tools set to binary mode, then upload files b. unix or linux server will attribute to the following documents : 666 (or 777) - function / base_info.php - functio n / emphasis_info.php-function / admin_pass_ info.php-function / search_info.php - functi on / userfield_info.php - template / default / Head recorded all the html document c. unix or linux server. will upfile / directory attribute the following : the establishment of a 777 d. mysql database, charged under the user name and password to use e. installation to installation directory http : / / www.your_websi
Platform: | Size: 190849 | Author: xiaolei | Hits:

[Ftp Clientftp.tar

Description: ftp的服务器实现 c语言 unix网络编程
Platform: | Size: 71490 | Author: radio | Hits:

[Internet-Networkftpget

Description: ftpget.rar 该程序是一个C+UNIX的FTP下载文件的程序。 采用FTP协议下载文件 适用于传送文件-ftpget.rar the procedure is a C UNIX FTP download procedures. Using FTP download applies to the transmission of documents
Platform: | Size: 5045 | Author: 教富有 | Hits:

[Internet-Networkftpput

Description: ftpput.rar 该程序是一个C+UNIX的FTP上载文件的程序。 采用FTP协议下载文件 适用于传送文件-ftpput.rar the procedure is a C UNIX FTP Upload file procedures. Using FTP download applies to the transmission of documents
Platform: | Size: 3684 | Author: 教富有 | Hits:

[Linux-Unixdftp

Description: 用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!-used to write the ftp client source code, in UNIX, Windows compile and study the good code!
Platform: | Size: 41984 | Author: 王石 | Hits:

[Booksunix_ftp

Description: UNIX 编程 unix_ftp.doc-UNIX unix_ftp.doc
Platform: | Size: 32768 | Author: 张国中 | Hits:

[Ftp Servertftp1

Description: 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
Platform: | Size: 9216 | Author: andy | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4096 | Author: sl | Hits:

[Linux-UnixFtpSvr

Description: 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the request of the management of users using MySql, (Of course, we can use other databases, but in the uCLinux inside their own changes to the designated) Thinking more clearly, suitable for Linux beginners linux c programming under the comprehensive understanding.
Platform: | Size: 870400 | Author: uruz7 | Hits:

[Otherwenmingphp5mysql5

Description: php开发的行业搜索系统!!! 2. 安装 ------------ a. 解压程序rar文件,用二进制方式上传到你的网站的根目录或某一目录下 注意:一定要将ftp上传工具设置为二进制方式,再上传程序文件 b. unix或linux服务器下, 将以下文件属性改为:666 (或777) - function/base_info.php - function/emphasis_info.php - function/admin_pass_info.php - function/search_info.php - function/userfield_info.php - template/default/目录下的所有html文件 c. unix或linux服务器下, 将upfile/目录属性改为:777 d. 建立一个mysql数据库,并记下用户名和密码,以便安装时使用 e. 进入安装目录http://www.your_website.com/install/, 自动运行安装程序 f. 安装完成后,要求删除安装目录install/及其下文件 g. 后台管理目录http://www.your_website.com/adiministrator/ h. 可修改adiministrator/目录为你希望的独特的名字-php development of the industry Search System! ! ! 2. Installation------ a. decompression procedures rar documents, using binary mode to upload your site to the root directory or a directory attention : it must ftp upload tools set to binary mode, then upload files b. unix or linux server will attribute to the following documents : 666 (or 777)- function/base_info.php- functio n/emphasis_info.php-function/admin_pass_ info.php-function/search_info.php- functi on/userfield_info.php- template/default/Head recorded all the html document c. unix or linux server. will upfile/directory attribute the following : the establishment of a 777 d. mysql database, charged under the user name and password to use e. installation to installation directory http :// www.your_websi
Platform: | Size: 190464 | Author: xiaolei | Hits:

[Ftp Clientlibncftp-3.1.5

Description: linux/unix windows 中的采用socket方式建立连接的ftp源码,已经在很多大型项目使用过。-err
Platform: | Size: 2383872 | Author: nike | Hits:

[Ftp Clientftp.tar

Description: ftp的服务器实现 c语言 unix网络编程 -ftp server c realize unix network programming language
Platform: | Size: 71680 | Author: radio | Hits:

[Ftp Clientclient

Description: ftp客户端,运行环境: Unix, Linux, FreeBSD-ftp client, operating environment: Unix, Linux, FreeBSD
Platform: | Size: 1378304 | Author: Michael | Hits:

[Ftp Serverserver

Description: ftp 服务端,运行环境:Unix,Linux,FreeBSD-ftp server, operating environment: Unix, Linux, FreeBSD
Platform: | Size: 16384 | Author: Michael | Hits:

[Internet-Networkftp

Description: FTP客户端源程序。此程序经测试,可以在winndows,linux,unix跨平台使用-ftp client source
Platform: | Size: 12288 | Author: ww | Hits:

[ActiveX/DCOM/ATLbcfa2651

Description: FTP 2 ActiveX v2.6.5 (c) Chilkat- Fully supported commercial FTP/FTPS ActiveX component. - FTP files directly from your application in synchronous or asynchronous mode. - Support for FTPS- FTP over SSL 3.0 and TLS 1.0 - Resume (restart) FTP uploads and downloads - All popular FTP servers and proxies are supported. - Supports international filenames in all major languages - Upload and download to or from in-memory strings or byte arrays. - Automatic directory listing parser for FTP servers on Unix, Windows, Netware, AS/400, VAX/VMS, IBM Mainframes, and other legacy formats. - Events for upload/download progress monitoring. - Session logging - XCRC verification of uploads and downloads - Synchronize local directory tree with remote directory tree in either direction - All operations are abortable - Heartbeat event callbacks with abort cabability - Real-time upload/download data transfer rate properties - Real-time#bytes received/sent
Platform: | Size: 1338368 | Author: ivorwang | Hits:

[Linux-Unixftp

Description: 用C++实现的ftp文件采集程序,可运行于unix和windows 平台-Using C++ implementation of ftp file collection procedures, can run on unix and windows platform
Platform: | Size: 1118208 | Author: huxiang | Hits:

[Linux driverftp

Description: linux unix下 c语言实现ftp下载 支持更改用户名、密码等操作 get set等-linux unix c language under ftp download support changing the user name, password operation get set
Platform: | Size: 9216 | Author: zhang | Hits:
« 12 »

CodeBus www.codebus.net